[Javascript] Making a Floating Inspector Window

Chris T christ at saeweb.com
Mon Apr 19 08:10:41 CDT 2004


About the only thing I can think of is to force it to focus on the onBlur
event of the window.

I personally would not like that, but if you can control who's looking at
this and force them to like it, then that might be an option.

Chris Tifer

----- Original Message ----- 
From: "King Chung Huang" <king.ml at shaw.ca>
To: "[JavaScript List]" <javascript at LaTech.edu>
Sent: Sunday, April 18, 2004 3:13 PM
Subject: [Javascript] Making a Floating Inspector Window


> Hi,
>
> I'm building an "inspector palette" for a web application, and I was
> wondering if there's some way of specifying that a window should
> "float" on top of all others? I'm opening the inspector from my main
> window with some simple javascript:
>
> window.open("inspector.html", "inspector",
> "width=240,height=380,status=no,toolbar=no,resizable=no");
>
> Is there a parameter I can pass to make it stay on top?
>
> Thanks,
>
> King Chung Huang
> Learning Commons
> University of Calgary
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript




More information about the Javascript mailing list